home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000027_news@bigblue.oit.unc.edu_Wed Apr 30 05:22:54 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  17KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA03387; Tue, 3 May 1994 00:32:25 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA28314; Tue, 3 May 1994 00:17:46 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: 30 Apr 1994 05:22:54 GMT
  9. From: aappo.halonen@gsf.fi (aapeli)
  10. Message-Id: <2pspve$jd9@adpsta0.gsf.fi>
  11. Organization: Geological Survey of Finland
  12. Sender: ses
  13. Subject: Q: winvn
  14.  
  15. I'm using winvn version 0.90.5 and win 3.11. The problem occurs
  16. when I try to compose new mail while reading article. For some
  17. reason winvn always opens msmail-window. It is not suitable for 
  18. my purposes, because I'd like to send mail using Eudora.
  19.  
  20. How  can I configure winvn so that it uses Eudora instead of
  21. msmail?
  22.  
  23. -Aapeli-
  24.  
  25. / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \
  26. I   Aappo Halonen          I   Geological Survey of Finland   I
  27. I   tel + 358 0 4693 2497  I   Betonimiehenkuja 4             I
  28. I   fax + 358 0 462205     I   02150 ESPOO, FINLAND           I
  29. \ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /
  30. From news@bigblue.oit.unc.edu Fri May  2 17:20:20 1994
  31. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  32.           id AA03397; Tue, 3 May 1994 00:32:28 -0400
  33. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  34.           id AA20696; Tue, 3 May 1994 00:26:58 -0400
  35. Received: from GATEWAY by bigblue with netnews
  36.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  37. To: winsock@sunsite.unc.edu
  38. Date: 2 May 1994 17:20:20 GMT
  39. From: nsysdbj@straylight.acs.ncsu.edu (David Joyner)
  40. Message-Id: <2q3cok$6s1@taco.cc.ncsu.edu>
  41. Organization: NCSU Administrative Computing Services
  42. Sender: ses
  43. References: <2q0sj2$g8p@taco.cc.ncsu.edu>
  44. Subject: Re: WSASetBlockingHook()
  45.  
  46. A couple of messages ago, I wrote:
  47.  
  48. : Does anyone know of any caveats associated with WSASetBlockingHook?
  49. : I'm trying to install my own blocking hook which doesn't check the
  50. : message queue to avoid returning controll to the application during
  51. : blocking socket calls.  It looks like my blocking hook is never being
  52. : called.
  53.  
  54. : I'm using Novell LWP 4.1.  If anyone has suggestions, I'd like to hear
  55. : them.
  56.  
  57. I figured out why my blocking hook is not being called.  After calling
  58. WSAStartup() and WSASetBlockingHook(), I make some calls to the
  59. database routines (getservbyname, gethostbyname) before creating a
  60. socket.
  61.  
  62. >From what I can tell, the getXbyY routines install their own blocking
  63. hook.  To make things worse, after the database operation is complete,
  64. they do not remove the installed hooks (or replace the one that was
  65. previously installed).
  66.  
  67. I find it hard to believe that this type of behaviour conforms to the
  68. WinSock spec, but I am not an expert on such matters.
  69.  
  70. --
  71. David Joyner (nsysdbj@acs.ncsu.edu)    | Phone: (919) 515-2794
  72. Unix Systems Programmer                | FAX:   (919) 515-3787
  73. NCSU Administrative Computing Services | URL: http://www.acs.ncsu.edu/~nsysdbj
  74. From news@bigblue.oit.unc.edu Tue May  3 01:32:22 1994
  75. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  76.           id AA11868; Tue, 3 May 1994 01:32:22 -0400
  77. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  78.           id AA17296; Tue, 3 May 1994 01:04:59 -0400
  79. Received: from GATEWAY by bigblue with netnews
  80.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  81. To: winsock@sunsite.unc.edu
  82. Date: Mon, 2 May 1994 12:50:32
  83. From: chris@clubside.digex.net (Chris Rowley)
  84. Message-Id: <chris.5.000CD800@clubside.digex.net>
  85. Organization: Clubside
  86. Sender: ses
  87. Subject: New Telnet/MUDClient Troubles
  88.  
  89. Thanks to everyone who has commented and/or offered help in my writing Telnet 
  90. and MUD client software for WinSock.
  91.  
  92. I have hit a snag though: I am no C++ developer, I specialize in wrapping 
  93. interfaces around objects. In this case I had chosen Distinct's TCP/IP Visual 
  94. Edition .VBX for Visual Basic. I plunked down my $200 and figured that I could 
  95. write and distribute software with at least run-time support (making outside 
  96. contributors need to buy the product to work on it). I thought at the very 
  97. least I'd have something users could benefit from and comment on.
  98.  
  99. Lo and behold, however, Distinct does not grant royalty free distribution of 
  100. their tools. Note that of the 15 VBX packages I own, DISTINCT IS THE ONLY 
  101. CMPANY NOT TO ALLOW DISTRIBUTION OF THEIR DEVELOPMENT TOOLS. Essesntially, THE 
  102. PRODUCT IS WORTHLESS to anyone who doesn't just do in-house development. I 
  103. couldn't even develop something for sale without requiring the end-users to 
  104. purchase Distinct's package. Top this off with the fact that Distinct's VBXs 
  105. require multiple DLL's as well as a shell application, I wasn't envious of 
  106. releasing an essentially complete program anyway.
  107.  
  108. Yes, I finished the VT-100/Dull ANSI with scrollback everyone seemed to want. 
  109. I'm talking ALL visual basic code, so anyone could tweak it. I wrote a nice 
  110. little address book, tabbed dialog boxes, etc. All that is now missing is the 
  111. winsock routines.
  112.  
  113. There is a WINSOCK.VB file floating around with some of the winsock declares. 
  114. It does not, however, support the data structures or calls regrading database 
  115. functions. This renders it useless, because how else does one look up internet 
  116. addresses?
  117.  
  118. There is a nice public domain winsock VBX called VBWSK by Brian Syme. However, 
  119. it has one little nasty problem: it wants to operate with an end-of-line 
  120. character (such as CR/LF). While the help file makes it seem like a null EOL 
  121. is possible, that does not work, data is never returned, and thus many Telnet 
  122. apps would be impossible to support (mostly all those lovely full-screen ones 
  123. everyone wanted the VT-100 stuff for).
  124.  
  125. Basically, it boils down to this: I would like to have a group, 
  126. users-helping-users, public domain, all source code included Telnet and MUD 
  127. Client product out there today, but in Visual Basic this appears nigh 
  128. impossible at the moment and I don't have the time nor accumen to get C++ 
  129. skills in the space of days.
  130.  
  131. If anyone has a suggestion, let me know.
  132.  
  133. As for Distinct, I still haven't heard back from them regarding a return 
  134. policy. Obviously the readers of Visual Basic Programmer's Journal don't 
  135. develop commercial products or they would never have named an otherwise 
  136. excellent product great. It can't be great if no one can use it's results.
  137.      Chris
  138. From news@bigblue.oit.unc.edu Sat Apr 30 06:44:07 1994
  139. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  140.           id AA15572; Tue, 3 May 1994 02:02:22 -0400
  141. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  142.           id AA24622; Tue, 3 May 1994 01:42:40 -0400
  143. Received: from GATEWAY by bigblue with netnews
  144.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  145. To: winsock@sunsite.unc.edu
  146. Date: Sat, 30 Apr 1994 06:44:07 GMT
  147. From: arg2@po.cwru.edu (Sargon)
  148. Message-Id: <arg2.67.2DC1FE37@po.cwru.edu>
  149. Organization: Sargon Industries
  150. Sender: ses
  151. Subject: site b61503.student.cwru.edu
  152.  
  153. well for all of you out there that have frequneted my ftp site for winsock 
  154. materials i am afraid to repert that the site is going down temporarily. due 
  155. to a bug found in the software i am using i am temporarily taking down the 
  156. site till alun fixes the prob. also as i am moving for the summer and the 
  157. house i will be in is not yet installed with a fiberoptic line to the net i 
  158. will be unable to access the net(except e-mail) and thus the site will be 
  159. down. when the net gets installed (hopefully the middle of the summer but 
  160. possible as late as the end of it) my site will go back up and i will post the 
  161. new site ip address on this usenet group. thanks to all who used and 
  162. contributed to my site.  i hope to have it back up soon.
  163.  
  164. -Sargon                                  Ftp for windows and winsock files
  165. arg2@po.cwru.edu                        'b61503.student.cwru.edu'
  166.                      "The only perfect science is hindsight."
  167. From news@bigblue.oit.unc.edu Wed Apr 30 07:28:35 1994
  168. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  169.           id AA18949; Tue, 3 May 1994 02:32:22 -0400
  170. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  171.           id AA13523; Tue, 3 May 1994 02:30:34 -0400
  172. Received: from GATEWAY by bigblue with netnews
  173.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  174. To: winsock@sunsite.unc.edu
  175. Date: 30 Apr 1994 07:28:35 GMT
  176. From: larsenc@lcs.com (Craig Larsen)
  177. Message-Id: <2pt1b3$f4s@herald.indirect.com>
  178. Organization: Larsen Consulting and Sales (602) 548-1542
  179. Sender: ses
  180. Subject: Winsock Application FAQ/List !
  181.  
  182.  
  183. You may obtain the latest revision of the Winsock Application FAQ/List by
  184. sending email to:  
  185.  
  186.                               info@lcs.com
  187.  
  188.                               Subject: FAQ
  189.  
  190.  
  191. This will answer all basic "Where may I find ..." questions.
  192.  
  193. Craig Larsen
  194. From news@bigblue.oit.unc.edu Sat May  3 01:43:39 1994
  195. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  196.           id AB18956; Tue, 3 May 1994 02:32:24 -0400
  197. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  198.           id AA24620; Tue, 3 May 1994 02:16:33 -0400
  199. Received: from GATEWAY by bigblue with netnews
  200.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  201. To: winsock@sunsite.unc.edu
  202. Date: 3 May 1994 01:43:39 GMT
  203. From: jnlin@netrd.net.tw (jnlin)
  204. Message-Id: <2q4a8b$9h3@news.csie.nctu.edu.tw>
  205. Organization: III
  206. Sender: ses
  207. References: <Whippet.80.2DBFD866@psu.edu>
  208. Subject: Re: WHERE TO FIND THE VXDBETA WITH TELNET...
  209.  
  210. In article <Whippet.80.2DBFD866@psu.edu>, Whippet@psu.edu (Michael A. Grassi) says:
  211. >
  212. >WOW!!!  I have never gotten so many responses to a post before!!  In case you 
  213. >missed it, I think we've hit on a nice, solid telnet for Winsock...it is the 
  214. >telnet.exe file from Microsoft's TCP/IP VxDBeta.  This package is meant to be 
  215. >used as a TCP/IP transport for WfWG, but I like Trumpet Winsock better.  In 
  216. >playing around with some stuff though, I accidentally started the telnet.exe 
  217. >file, and it worked with Trumpet Winsock (this is to be expected...it is 
  218. >Winosck 1.1 compliant).  If you want to check it out, the zip file is up for 
  219. >ftp at ftp.microsoft.com in the /peropsys/wfw/tcpip/vxdbeta directory...I 
  220. >forget exactly what the zip file is called, but I think there are only two 
  221. >files in that dir....get the newer one.  If you already have a Winsock stack 
  222. >running, you can use the ftp.exe and telnet.exe files alone.  The ftp.exe is a 
  223. >simple command thing, and the telnet.exe is stable, and remembers quite a few 
  224. >sites.  Good luck with it!!!
  225. >
  226.  
  227. I just got the Microsoft TCP/IP VxDBeta 2 and run the telnet and ftp. There's
  228. a problem of the telnet. Why it always redraws the display window every time
  229. I click the mouse in it?
  230.  
  231. Lin Jyun-Naih
  232.  
  233. >Mike
  234. >Whippet@psu.edu
  235. >
  236. >P.S.  If MS has any problems with their apps being used with another TCP/IP 
  237. >stack, please let us know!!!!
  238. >
  239. From news@bigblue.oit.unc.edu Fri May  2 20:17:46 1994
  240. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  241.           id AA22194; Tue, 3 May 1994 03:02:23 -0400
  242. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  243.           id AA27255; Tue, 3 May 1994 02:36:42 -0400
  244. Received: from GATEWAY by bigblue with netnews
  245.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  246. To: winsock@sunsite.unc.edu
  247. Date: 2 May 1994 20:17:46 GMT
  248. From: Richard Neill Dabney <rdabney@esa.lanl.gov>
  249. Message-Id: <2q3n5a$dga@newshost.lanl.gov>
  250. Organization: Los Alamos National Laboratory
  251. Sender: ses
  252. References: <tardiff.330.2DBF7619@halcyon.com>
  253. Subject: Re: I'd PAY for a good news reader
  254.  
  255. Use toggle (alt-t?) under Articles to mark a single article as read.
  256. From news@bigblue.oit.unc.edu Tue May  3 03:02:26 1994
  257. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  258.           id AB22203; Tue, 3 May 1994 03:02:26 -0400
  259. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  260.           id AA08523; Tue, 3 May 1994 02:52:16 -0400
  261. Received: from GATEWAY by bigblue with netnews
  262.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  263. To: winsock@sunsite.unc.edu
  264. Date: Mon, 2 May 1994 13:56:50
  265. From: joyh@uclink2.berkeley.edu (Joy Hsiung)
  266. Message-Id: <joyh.9.000DF2F4@uclink2.berkeley.edu>
  267. Organization: University of California, Berkeley
  268. Sender: ses
  269. Subject: goslip
  270.  
  271. I have set this program up but I cannot when I try to dial it responds with 
  272. "Error: it appears that an application already has control of the port" I get 
  273. this message even when no other applications are running.
  274. any suggestions?
  275. From news@bigblue.oit.unc.edu Tue Apr 29 16:48:05 1994
  276. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  277.           id AA22231; Tue, 3 May 1994 03:02:38 -0400
  278. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  279.           id AA10691; Tue, 3 May 1994 02:53:00 -0400
  280. Received: from GATEWAY by bigblue with netnews
  281.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  282. To: winsock@sunsite.unc.edu
  283. Date: 29 Apr 1994 16:48:05 GMT
  284. From: jvarga@nrel.nrel.gov (Jack Varga)
  285. Message-Id: <9404291034jvarga@nrel.nrel.gov>
  286. Organization: National Renewable Energy Laboratory
  287. Sender: ses
  288. Subject: WINVNEWS Reader Message-ID: posting problem
  289.  
  290. I see many folks out there looking for a nice Windows news reader.  I'm using 
  291. WinVNews ftp'd from somewhere, I don't remember.  I love it except for one
  292. small problem that I haven't yet figured out.  It will not right a "Message-ID:"
  293. in the header when I try to post or mail.  Sam Rushing at NASA, (one of the
  294. developers of this fine, fine tool), tells me that my nntp server should assign
  295. the Message ID, but my system admin tells me that the news reader should
  296. do that.  Everyone else here at our facility uses the Trumpet News Reader
  297. and apparently they don't have this problem.  As you can see, I can manually 
  298. add the Message ID in the header to make it work.  Anybody have a suggestion?
  299.  
  300. Thank you in advance...
  301.  
  302. Jack Varga
  303. Golden, Colorado
  304. (303)231-7852
  305. jvarga@nrel.nrel.gov
  306. From news@bigblue.oit.unc.edu Tue May  3 03:02:50 1994
  307. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  308.           id AA22252; Tue, 3 May 1994 03:02:50 -0400
  309. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  310.           id AA13109; Tue, 3 May 1994 03:01:49 -0400
  311. Received: from GATEWAY by bigblue with netnews
  312.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  313. To: winsock@sunsite.unc.edu
  314. Date: Mon, 2 May 1994 15:54:41
  315. From: agdndmc@showme.missouri.edu (Domingo Martinez-Castilla)
  316. Message-Id: <agdndmc.79.000FE9D1@showme.missouri.edu>
  317. Organization: University of Missouri
  318. Sender: ses
  319. Subject: Winsock over Token Ring Novell Netware 3.1x, How?
  320.  
  321.  
  322. (Flame cover:  I do know this may be a FAQ, but I just got the newest version 
  323. of the alt.winsock FAQ from sunsite and there is nothing specific on this.  I 
  324. have read before over this problem, but I did not pay attention.)
  325.  
  326. Please, if there is any documents explaining this issue, give me pointers to 
  327. locate it.  Otherwise, I will write down my experiences in a mini-FAQ, or 
  328. perhaps add them to the current Winsock FAQ.  I am currently running Winsocks 
  329. with very few problems, but not through any LAN.
  330.  
  331. Now the setup,
  332.  
  333. We have a LAN running Netware 3.12 (I believe) over a token ring system.  
  334. They, of course, want all the goodies that come with Winsock, but we do not 
  335. know how to face the issue.  (I have everything running OK for me, and do not 
  336. know anything about LANs, but I have been summoned to help, anyway).  I do 
  337. know that this is possible, but I need to know more.
  338.  
  339. Needs:
  340.  
  341. 1. Sample configuration used by somebody with the same setup, both at the 
  342. server's and the user's sides.  Basically, I am little baffled on where to put 
  343. what.  I assume the Winsock.dll will go at the user's, but what about the 
  344. TCPIP part?
  345.  
  346. 2. I understand there is a shim that has to go before the TCPIP to simulate 
  347. packets through the token-ring system.   Where do I get it?  Does Novell have 
  348. one?
  349.  
  350. 3. Should I use *only* the Novell Winsockets, or can I go with, say, the 
  351. popular Trumpet Winsock?
  352.  
  353. Questions:
  354. 1. Will they need IP numbers for each user, or is it enough with the one 
  355. assigned to the server?  I hope not!
  356.  
  357. 2. How many "sockets" can Winsocks handle effectively, especially if only one 
  358. Winsocks will have to be shared by several people?
  359.  
  360. Well, I hope you get the idea.  If a FAQ, please mail me.  Otherwise, post or 
  361. mail.
  362.  
  363. Thank you.
  364.  
  365. Domingo Martinez